home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d22 / filedv13.arc / FILEDISK.DOC next >
Text File  |  1987-10-01  |  4KB  |  74 lines

  1. FileDisk and FileForm V1.3
  2. ==========================
  3.  
  4. The  purpose of this software is to access part of your hard disk
  5. with a clustersize of 512 bytes under DOS 2.11 and 3.x.
  6.  
  7. FileDisk.Sys is a block device driver designed to handle up to 10
  8. units.  The  physical  basis  of  each unit is a run of connected
  9. sectors on a hard disk.  This area is hidden from the DOS's usual
  10. block  driver  by allocating it to a read-only hidden system file
  11. (i.e. a "FileDisk"). When the system is booted, FileDisk.Sys will
  12. search the root directories of the  DOS-partitions  of  all  hard
  13. disks for FileDisks. The directory entry will tell the FileDisk's
  14. position (start and size).  Only this restricted area is accessed
  15. by FileDisk.Sys.  Thus it does not interfere  with  the  standard
  16. driver.
  17.  
  18. FileForm.Com  maintains these FileDisks.  It is written in TURBO-
  19. PASCAL and uses only the standard "Write" procedure. However, the
  20. F(ile)A(llocation)T(able) must be  read  with  the  DOS-Interrupt
  21. 25h.  First,  all  FileDisks  are  checked  for continuous use of
  22. clusters.  Then the FAT is searched for runs  of  free  clusters,
  23. these runs being candidate locations for new FileDisks, which can
  24. be created afterwards (if possible).
  25.  
  26. Because FileDisks do not change their  size  or  position  except
  27. when  manipulated by purpose (e.g.  by running a disk optimizer),
  28. the action of FileDisk.Sys will be completely transparent to DOS.
  29. FileDisk may be erased with FileForm  (among  other  things,  the
  30. write  protection  needs to be removed).  FileForm will cause the
  31. system to boot immediately after erasing the FileDisk to  prevent
  32. FileDisk.Sys from accessing the no longer protected clusters that
  33. formed  the  erased  FileDisk.   This  time  the  newly   invoked
  34. FileDisk.Sys will not find the erased FileDisk,  thus it will  no
  35. longer  access  this  area  of the hard disk.  Whenever you run a
  36. program that might  change  the  position  of  FileDisks,  it  is
  37. ABSOLUTELY  necessary  to  boot  and  check  the integrity of all
  38. FileDisks with FileForm.  A  compatibility  with  other  software
  39. like VFeature cannot be guaranteed.
  40.  
  41. The smallest FileDisks span  1 megabyte.  Under DOS 2.xx they are
  42. limited to 2 megabytes due to the inability of DOS 2.xx to handle
  43. more than  4085  clusters.  Under  DOS 3.x  their  size  has been
  44. limited to  8 MB  due to the inability of  CHKDSK  to handle more
  45. than 16K clusters.  We point out that with DOS 3.2's utility JOIN
  46. you can treat drives as subdirectories of other drives.
  47. To install FileDisks you need to have  continuous  runs  of  free
  48. clusters.  This can be achieved by running a disk optimizer or by
  49. a  BACKUP-FORMAT-RESTORE  procedure.  Only hard disks up to 32 MB
  50. are supported.
  51.  
  52. Versions  1.3  of FileDisk.Sys and FileForm.Com are Public Domain
  53. Software.  This means you are encouraged to  distribute  programs
  54. and  documentation  in complete and unmodified form as long as no
  55. profit is made.  "Complete" means that all 8  files  (ReadMe.Doc,
  56. LiesMich.Dok, FileDisk.Sys, FileForm.Com, Recipe.Doc, Rezept.Dok,
  57. FileDisk.Doc   and   FileDisk.Dok  or  any  library  FileDisk.Arc
  58. containing these 8 unmodified files) should  be  copied.  Posting
  59. of FileDisk.Arc in BBSs for downloading is welcome.
  60.  
  61. These  programs  and  documentation  are  subject  to  the  usual
  62. disclaimer that they are provided "as is" without warranty of any
  63. kind,  either expressed or implied,  including but not limited to
  64. the implied warranties  of  merchantability  and  fitness  for  a
  65. particular   purpose.   The   entire   risk  as  to  quality  and
  66. performance of the programs is  with  you.  Should  the  programs
  67. prove  defective,  you  assume  the  entire cost of all necessary
  68. servicing,  repair or correction.  In no event can the author and
  69. holder of the copyright for this software,  DiGiNeTiX Düsseldorf,
  70. be  held  responsible  for  any  claim  of a user or of any other
  71. party.  DiGiNeTiX has  no  means  to  secure  the  intactness  of
  72. distributed files.
  73.  
  74.